TransformMakeIdentity
Type
expression
Summary
The identity transform.
Syntax
the identity transform
Description
The identity transform represents a coordinate transformation where the set of coordinates remain the same after it is applied. This can be useful when specifying that coordinates should not be altered, or as a starting point when combining transforms to produce a more complex one.
Examples
variable tTransform
put the identity transform into tTransform